home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 04 / _SETUP.1 / aspedit.exe / 0 / RCDATA / TPICKAPPKEYDLG / TPICKAPPKEYDLG.txt < prev   
Encoding:
Text File  |  1999-10-25  |  1.9 KB  |  100 lines

  1. object PickAppKeyDlg: TPickAppKeyDlg
  2.   Left = 271
  3.   Top = 200
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Generate AppKey'
  7.   ClientHeight = 199
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DialogIcon: TImage
  18.     Left = 8
  19.     Top = 8
  20.     Width = 32
  21.     Height = 32
  22.     Picture.Data = {<image000.bmp>}
  23.     Transparent = True
  24.   end
  25.   object Panel: TPanel
  26.     Left = 56
  27.     Top = 8
  28.     Width = 241
  29.     Height = 153
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     TabOrder = 0
  33.     object AppNameLabel: TLabel
  34.       Left = 8
  35.       Top = 8
  36.       Width = 86
  37.       Height = 13
  38.       Caption = 'Application &Name:'
  39.       FocusControl = AppNameEdit
  40.     end
  41.     object AppVersionLabel: TLabel
  42.       Left = 8
  43.       Top = 56
  44.       Width = 93
  45.       Height = 13
  46.       Caption = 'Application &Version:'
  47.       FocusControl = AppVersionEdit
  48.     end
  49.     object AppCopyrightLabel: TLabel
  50.       Left = 8
  51.       Top = 100
  52.       Width = 47
  53.       Height = 13
  54.       Caption = '&Copyright:'
  55.       FocusControl = AppCopyrightEdit
  56.     end
  57.     object AppNameEdit: TEdit
  58.       Left = 8
  59.       Top = 24
  60.       Width = 225
  61.       Height = 21
  62.       TabOrder = 0
  63.     end
  64.     object AppVersionEdit: TEdit
  65.       Left = 8
  66.       Top = 72
  67.       Width = 121
  68.       Height = 21
  69.       TabOrder = 1
  70.     end
  71.     object AppCopyrightEdit: TEdit
  72.       Left = 8
  73.       Top = 116
  74.       Width = 225
  75.       Height = 21
  76.       TabOrder = 2
  77.     end
  78.   end
  79.   object OKButton: TButton
  80.     Left = 128
  81.     Top = 168
  82.     Width = 81
  83.     Height = 23
  84.     Caption = 'OK'
  85.     Default = True
  86.     TabOrder = 1
  87.     OnClick = OKButtonClick
  88.   end
  89.   object CancelButton: TButton
  90.     Left = 216
  91.     Top = 168
  92.     Width = 81
  93.     Height = 23
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 2
  98.   end
  99. end
  100.